home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1533.ZIP / HEXDUMP.DOC < prev    next >
Text File  |  1988-07-19  |  580b  |  15 lines

  1.                             HEXDUMP                    Version  1.0
  2.  
  3.   This program provides a hexadecimal dump of a file on the screen. No
  4.     stopping occurs at end of page but the output may be piped or
  5.     redirected using DOS pipes or redirection commands.
  6.  
  7.   Examples of use:-
  8.  
  9.     HEXDUMP filename        Dumps a file to the screen without page breaks
  10.  
  11.     HEXDUMP filename |MORE  Dumps a file to the screen with page breaks
  12.  
  13.     HEXDUMP filename >PRN   Dumps a file to the printer
  14.  
  15.     The file name will be asked for if it is not given on the command line.